In This Topic
Correlates the elements of two views based on matching keys.
Overload List
Overload | Description |
Join<TInner,TKey,TResult>(IObservableSource<TInner>,Expression<Func<T,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<T,TInner,TResult>>) | Correlates the elements of two views based on matching keys. |
Join<TInner,TKey,TResult>(ObservableCollection<TInner>,Expression<Func<T,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<T,TInner,TResult>>) | Correlates the elements of this view and a collection based on matching keys. |
See Also